home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / bbs / raptr9b4.zip / RAPUPD.DOC < prev    next >
Text File  |  1996-06-22  |  50KB  |  1,025 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                        RAPTOR BBS - Undocumented Commands
  8.                        (c) 1995, 1996 by The Raptor Development Team
  9.                        All Rights Reserved
  10.  
  11.  
  12.  
  13. (6-28-95)
  14. The following additions and changes to RAPTOR have been made and are not
  15. at this time included in the document files.
  16.  
  17. Multinode
  18. ---------
  19.         RAPTOR BBS will now support up to 256 nodes under DesqView, OS/2
  20.         or other multitaskers. To configure the information for each
  21.         node.
  22.         (1) Start RAPTOR with the standard BBS.EXE.
  23.         (2) From the WFC screen select <P> for system configuration,
  24.         <A> for modem/node configuration then <A> for node  number.
  25.         (3) Enter the node number for the node you wish to configure,
  26.         then proceed to enter the other information requested on the
  27.         screen.
  28.         (4) Return to the WFC screen after completeing all node
  29.         information.
  30.         (5) Repeat steps (2) through (4) for any other nodes. This will
  31.         create the MODEM###.DAT file for each node.
  32.         (6) Start each node with the command line BBS -n### where ### is
  33.         the node number. If you use BBS without the -n### parameter
  34.         RAPTOR will default to node 1.
  35.  
  36.         A new MCI code has been added to the doors MCI codes. %M will
  37.         now pass the current Node number as a parameter to the command
  38.         line in ONLINE.MNU.
  39.         An MString of DOOR.BAT %M called from node 2 will then pass
  40.         DOOR.BAT 2.
  41.  
  42.         A new MCI has also been added that can be used in files,
  43.         prompts, and the string editor. An MCI of %E will display the
  44.         current node number in the form 'NODE ###' where ### is the
  45.         current node number.
  46.  
  47.         SysOp logs also now show the node number which the user is
  48.         logged in on.
  49.  
  50.  
  51. Conferences
  52. -----------
  53.         RAPTOR now supports up to 26 conferences for message and file
  54.         areas designated A to Z. All conferences are configurable with
  55.         an ACS string to limit access to certain areas of the BBS. To
  56.         assign a file or message are to a conference use the Cx ACS
  57.         command in the area's ACS string, where x is the conference
  58.         identifier. In other words an ACS string with the commands
  59.         S100CD means Security level 100 and joined to conference D. The
  60.         new menu Command Key to 'Join Conference' is OJ. If the MString
  61.         for this command is left blank it will prompt the user for the
  62.         conference they wish to join with an option to list the
  63.         conferences. If the MString contains a valid conference
  64.         Identifier then the OJ command will change the user to that
  65.         conference. If the user is restricted from a conference by the
  66.         conference ACS string they will not see that conference listed
  67.         and will not be able to join that conference.
  68.  
  69.         The conference Editor is accessible from the WFC screen using
  70.         the "$". The options in the editor are fairly straight forward
  71.         to Insert a new conference, Modify an existing conference, or
  72.         Delete an existing conference.
  73.  
  74.        (* Raptor will start using conference 'A' for each login, even
  75.         though this conference has not been defined.
  76.         The conference system allows you to make groups of message areas
  77.         or file areas available to only users with certain security
  78.         settings. *)
  79.         This was changed in the .8 beta series to record the last
  80.         conference the user was in. 'A' will be used for new users.
  81.  
  82.  
  83. Network Addresses
  84. -----------------
  85.         The addresses set up in the Network configuration are now used
  86.         to configure the addresses in echomail message areas as well as
  87.         in processing netmail by the RAPMAIL program. When you select
  88.         the option to configure the network address of a message base
  89.         you will see the list of addresses displayed and be prompted for
  90.         which you wish to use.
  91.  
  92. ============
  93. <07-04-95>
  94. ============
  95.  
  96. Nonstandard Comports
  97. ---------------------
  98.         Support for nonstandard IRQ's and Com Base addresses are
  99.         supplied to RAPTOR through the fossil driver. However DSZ/GSZ
  100.         and some other transfer protocols are interrupt driven and the
  101.         fossil is unloaded by RAPTOR as it shells to the external
  102.         protocol. In order for the protocol to handle the nonstandard
  103.         port cofiguration it is necessary to pass the IRQ and base
  104.         address of the comport to the protocol program. RAPTOR now
  105.         allows you to configure the IRQ and Address of the port in the
  106.         MODEM configuration menu from the MFC screen. These are passed
  107.         to the protocol in the variable %I ( IRQ from modem congig) and
  108.         %A ( base address from modem config). Refer to the documentation
  109.         for the protocol driver you are using for the correct syntax to
  110.         pass these variables to the protocol. You must then edit the
  111.         protocol commandline in the PROTOCOL EDITOR from the WFC.
  112.  
  113. ========
  114. 07-08-95
  115. ========
  116.  
  117. Mail processing
  118. ----------------
  119.         RAPTOR will exit with an errorlevel of 2 to DOS if there is new
  120.         echomail or netmail. This will allow you to process mail only if
  121.         there is new mail ( Yeah I know.... RAPMAIL is to ^$#&$* slow
  122.         when the message bases get big... working on it <G>) instead of
  123.         after every caller.
  124.          The command line would look something like
  125.          If errorlevel = 2 then goto newmail
  126.          Goto Nomail
  127.          :Newmail
  128.          RAPMAIL -s
  129.          REM  Enter command sfor the processor here GEcho FMail etc.
  130.          RAPMAIL -P
  131.          GOTO END
  132.          :NOMAIL
  133.          GOTO END
  134.  
  135. ==========
  136. 07-11-95
  137. ==========
  138.  
  139. RAPMAIL Scanning
  140. ------------------
  141.         RAPMAIL will now only scan the netmail directory and any echo
  142.         areas with NEW messages. The purge will check all directories,
  143.         if a .MSG or HIWATER.MRK file exists in that directory then it
  144.         will be purged and the PURGING COMPLETE message displayed, or
  145.         else the NO MESSAGES message will be displayed. This makes
  146.         RAPMAIL much faster in normal operation. There is no change in
  147.         the Toss operation.
  148.  
  149. ==========
  150. 07/16/95
  151. ==========
  152.  
  153. Logoff Quotes
  154. -------------
  155.         Logoff quotes are now available to the users. To enable Logoff
  156.         Quotes a new menu command "OQ" has been added. "OQ" will prompt
  157.         the user if they wish to leave a logoff quote and allow them to
  158.         enter a one line 78 character quote. There is NO MString for the
  159.         "OQ" command, and the acs string may be set to restrict the
  160.         users who have access to leave a quote. If you have 'AutoMessage
  161.         in Logon' enabled inthe BBS setup the last logoff quote will be
  162.         shown to the user in the form
  163.         "(USERNAME) was logged in recently and said.."
  164.         " <QUOTE>"
  165.         Colors may be used in the quote line using the standard CTRL-P
  166.         selections. If no color codes are used the quote will be in
  167.         Yellow. The first line will be in Blue.
  168.         The "OR" Command keys has also been added to allow users to read
  169.         back through the logof quote file one screen at a time. "OR" has
  170.         no MString for the command.
  171.  
  172. Readmail commands
  173. -----------------
  174.         The read e-mail submenu commands have been changed to make them
  175.         a bit more standard. To reread the last message use "A" for
  176.         Again, and to reply use the "R" command. (*Public and Echomail
  177.         currently still uses the "A" autoreply command... working on
  178.         that one watch this space for future changes<G>*)
  179.  
  180.      **** All public and private messages now use 'A' to read again and
  181.      'R' to reply.*****
  182.  
  183. =============
  184. 08-15-95
  185. =============
  186.  
  187. Expanded RIP features
  188. ---------------------
  189.         The RIP support for your users is still being updated.Mouseable
  190.         pop-up picklists for File Areas, Message Ares, and Conferences
  191.         is in place. The RIP background wallpaper behind the lists is
  192.